home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Purity / Purity #10 (1993-03)(Diesel)(DE).zip / Purity #10 (1993-03)(Diesel)(DE).adf / medplayer.i < prev    next >
Text File  |  1993-03-18  |  488b  |  16 lines

  1. {
  2.    ------------------------------------------------------------------
  3.  
  4.    med.player.i 4 use with PCQ-Pascal, (P) 1993 by "Diesel" B. Künnen
  5.  
  6.    ------------------------------------------------------------------
  7. }
  8.  
  9. Type
  10.  
  11. MMD0 = RECORD
  12.     ID,                { "MMD0" }
  13.     Modlen       : Integer;        { module length (in bytes) }
  14.     MMD0song     : Address;        { pointer to song (see med.h) }
  15.     Songlen      : Integer;        { length of song (usually zero) }
  16.     MMD0block    : Address;        { pointer to pointers of blocks }